home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1995 March / Macworld CD-ROM (March 1995).cdr / Updaters / AppMaker 1.5.2->1.5.4 / Libraries / THINK / AMClassLibC / CMultiState.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-24  |  480 b   |  19 lines  |  [TEXT/KAHL]

  1. /******************************************************************************
  2.  CMultiState.h
  3.  
  4.         Interface for CMultiState.c
  5.         
  6.         Copyright © 1991 Bowers Development Corporation. All rights reserved.
  7.  
  8.  ******************************************************************************/
  9.  
  10. #pragma once
  11.  
  12. #include "CAMButton.h"
  13.  
  14. class CMultiState : public CAMButton {
  15. protected:
  16.     void            DoGoodClick        (short            whichPart);    // is override
  17.     void            SetNextState    (void);
  18. };    /* CMultiState */
  19.